home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / gnudiff / !Diff3 / !Help < prev    next >
Text File  |  1991-09-29  |  1KB  |  37 lines

  1.   Gnu Diff3
  2.   =========
  3.  
  4.   Purpose: To compare three files for differences. The first file is treated
  5.            as a base, and the changes which convert the second file into the
  6.            third are applied to it.
  7.  
  8.   Setup:
  9.  
  10.     Icon                      Action/Meaning
  11.     ----                      --------------
  12.  
  13.     Path1                     The base file to be compared
  14.     Path2                     The start point of the changes
  15.     Path3                     The end point of the changes
  16.  
  17.     Editor script             Generate an ed script to apply the changes
  18.     Merge                     Produce as output a merged file
  19.     No overlaps               Do not incorporate overlapping changes
  20.     Overlaps only             Only include overlapping changes
  21.  
  22.  
  23.     Menu                      Action/Meaning
  24.     ----                      --------------
  25.  
  26.     Force comparison          Compare even if the files look like binary
  27.     File label                Use the given labels to mark overlaps
  28.     Add write command         Add a "write" command to the ed script
  29.     Flag overlapping changes  When changes overlap, include both versions
  30.  
  31.  
  32.   Note: This program is a port of the Free Software Foundation's GNU Diff3
  33.         program. The whole of this application comes under the conditions
  34.         specified in the GNU general public license (see file Copying in
  35.         the application directory).
  36.  
  37.